Get Contract ABI
Returns metadata for the requested HNS domain.
Query Parameters
- domain string required
A domain to lookup
Responses
- 200
- 400
- 404
Success
- application/json
- Schema
- Example (from schema)
{
"$schema": "http://json-schema.org/draft-06/schema#",
"$ref": "#/definitions/Welcome5",
"definitions": {
"Welcome5": {
"type": "object",
"additionalProperties": false,
"properties": {
"topic_id": {
"type": "string"
},
"paymenttransaction_id": {
"type": "string"
},
"topictransaction_id": {
"type": "string"
},
"domain": {
"type": "string"
},
"tld_hash": {
"type": "string"
},
"sld_hash": {
"type": "string"
},
"provider": {
"type": "string"
},
"contract_id": {
"type": "string"
},
"expiration": {
"type": "integer"
},
"nft_id": {
"type": "integer"
},
"tld": {
"type": "string"
},
"payer_account_id": {
"type": "string"
},
"running_hash": {
"type": "string"
},
"running_hash_version": {
"type": "integer"
},
"sequence_number": {
"type": "integer"
},
"token_id": {
"type": "string"
},
"network": {
"type": "string"
},
"nftId": {
"type": "integer"
},
"idx": {
"type": "integer"
},
"account_id": {
"type": "string"
},
"created_timestamp": {
"type": "string",
"format": "date-time"
},
"serial_number": {
"type": "integer"
},
"delegating_spender": {
"type": "null"
},
"deleted": {
"type": "boolean"
},
"metadata": {
"type": "string"
},
"modified_timestamp": {
"type": "string",
"format": "date-time"
},
"full_nft_id": {
"type": "string"
}
},
"required": [
"account_id",
"contract_id",
"created_timestamp",
"delegating_spender",
"deleted",
"domain",
"expiration",
"full_nft_id",
"idx",
"metadata",
"modified_timestamp",
"network",
"nftId",
"nft_id",
"payer_account_id",
"paymenttransaction_id",
"provider",
"running_hash",
"running_hash_version",
"sequence_number",
"serial_number",
"sld_hash",
"tld",
"tld_hash",
"token_id",
"topic_id",
"topictransaction_id"
],
"title": "Welcome5"
}
}
}
{
"topic_id": "0.0.1234203",
"paymenttransaction_id": "0.0.1233811@1694502427.043382999",
"topictransaction_id": "0.0.1233811@1694502481.701726246",
"domain": "xander.hbar",
"tld_hash": "f861eb72cf942a90b9f6cfa87c4988a5cbeb2d9f48e5365bd88dbf63091584dc",
"sld_hash": "67a97577fd6d637f31b72a1f19f2cf9c2b345639a9223ff5e5696f5869c0ecbe",
"provider": "piefi labs",
"contract_id": "0.0.1366304",
"expiration": 1789110490,
"nft_id": 17482,
"tld": "hbar",
"payer_account_id": "0.0.1233811",
"running_hash": "Enu0KfS4OanUJfWuieT2ASosjePmrqJo10AIRQI6d13IUiiQR6++LRbJerDfWPxE",
"running_hash_version": 3,
"sequence_number": 20353,
"token_id": "0.0.1234197",
"network": "mainnet",
"nftId": 17482,
"idx": 0,
"account_id": "0.0.1067557",
"created_timestamp": "2023-09-12T07:08:10.983Z",
"serial_number": 17482,
"delegating_spender": null,
"deleted": false,
"metadata": "bafybeie3upcgypcalpyioiu2pjs5lvejv73h5dh3qzquvbklzcxjbtrkcm",
"modified_timestamp": "2023-09-12T07:08:10.983Z",
"full_nft_id": "0.0.1234197:17482"
}
Malformed Request
Not Found
Loading...